home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / fstab / Makefile < prev    next >
Makefile  |  1996-03-01  |  367b  |  25 lines

  1. CURDIR=fstab
  2. all: lib
  3. OBJS =  dir.o fixperm.o fstab.o fstab1.o fstab2.o fstab3.o \
  4.     helpf.o nfs.o mtab.o partition.o _dict.o
  5.  
  6. include ../rules.mak
  7.  
  8. proto:
  9.     proto -m0+ \
  10.         -bfstab.h+fstab.pm \
  11.         -bfixperm.c+fstab.pm \
  12.         *.c
  13.  
  14. install:
  15.  
  16. # Test program
  17.  
  18. fstab1: fstab1.obt lib
  19.     gcc -g $(LDF) -o x $< $(LIBS)
  20.  
  21. partition: partition.obt lib
  22.     gcc -g $(LDF) -o x $< $(LIBS)
  23.  
  24.  
  25.